home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 2.6 KB | 94 lines | [TEXT/MPS ] |
- /*
- File: Errors.idl
-
- Contains: OSErr codes.
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __ERRORS_IDL__
- #define __ERRORS_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __CONDITIONALMACROS_IDL__
- #include <ConditionalMacros.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- /* OffScreen QuickDraw Errors */
- /*Speech Manager errors*/
- /* Midi Manager Errors: */
- /*Notification Manager errors*/
- /* Thread Manager Error Codes */
- /*MemoryDispatch errors*/
- /*Help Mgr error range: -850 to -874*/
- /* ADSP Error Codes */
- /**** OSL ERROR CODES ****/
- /*
- --------------------------------------------------------------
- Apple event manager error messages
- --------------------------------------------------------------
- */
- /*
- *************************************************************************
- API Errors
- *************************************************************************
- */
- /*QuickTime errors*/
- /* NameRegistry error codes */
- /*
- *************************************************************************
- Script Error Codes
- *************************************************************************
- */
- /* Runtime errors: */
- /*Component Manager & component errors*/
- /* Color Picker errors*/
- /*Text Engines, TSystemTextEngines, HIEditText error coded*/
- /* NumberFormatting error codes*/
- /* TextParser error codes*/
- /* Collection Manager errors */
- /* Unicode Converter Error Codes*/
- /* AERegistry Errors */
- /* TELErr */
- /* MP (multiprocessor API) error codes*/
- /* StringCompare error codes (in TextUtils range)*/
- /* TextObjects error codes*/
- /* Locale Object Mgr errors*/
- /*Translation manager & Translation components*/
- /*
- System Errors that are used after MacsBug is loaded to put up dialogs since these should not
- cause MacsBug to stop, they must be in the range (30, 42, 16384-32767) negative numbers add
- to an existing dialog without putting up a whole new dialog
- */
- /* Kernel Error Codes */
- /*
- The System 8 form of CFM errors.
- The preferred spelling for Code Fragment Manager errors:
- */
- #if OLDROUTINENAMES
- /* The old spelling for Code Fragment Manager errors, kept for compatibility:*/
- #endif
- /* System Notification Service error codes */
- /* AppleEvent error definitions */
- /* System Logging Service */
- #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __ERRORS_IDL__ */
-
-